Quick Start - Dialog mode

Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
Step 7

Step 1. Get your project ready (load or create it).




Step 2

Step 2. Add the RapidSpell Controls to your ToolBox

(if you have older versions listed, please remove them).


Note:
.NET 4 users should only add controls from, and reference Keyoti.RapidSpellWeb.ASP.NETv4.dll
.NET 2 & 3 users should only add controls from, and reference Keyoti.RapidSpellWeb.ASP.NETv2.dll
.NET 1.x users should use Keyoti.RapidSpellWeb.dll instead

Step 3

Step 3. Drag the RapidSpellWebLauncher Control onto your Form and add a TextBox.




Step 4

Step 4. Set the TextComponentName property in RapidSpellWebLauncher1 to your TextBox.

If working with RICH / HTML text boxes, please also set TextComponentInterface property to 'Automatic'.



Step 5

Step 5. Set the RapidSpellWebPage property to 'PopUp.aspx'.




Step 6

Step 6. Create a new Web Form called 'PopUp.aspx' and drag the RapidSpellWeb Control onto it.



Step 7

Step 7. Select the page with the text box as your start page, and run!

Note:

To offer an "Add" function to the user, set the UserDictionaryFile property to the file path where the dictionary should be stored (eg. "user-dictionary.txt").

Visual Studio 2005 Note: you may be asked by Visual Studio to enable debugging, click OK to do it automatically.